home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Hity z okladki / Kaspersky Internet Security 6.0 / kis6.0.0.303pl.msi / skin_bb.loc < prev    next >
Text File  |  2006-03-24  |  5KB  |  168 lines

  1. ;------------- Global ------------
  2.  
  3. [Global]
  4.  
  5. ; Alert action IDs
  6. #PDM_ACTIONID_ROLLBACK    =0xe2be0201
  7.  
  8. ;Event Types
  9. #PDM_EVENT_P2P_SC_RDL     = 1
  10. #PDM_EVENT_SC_AR          = 2
  11. #PDM_EVENT_SC_ARsrc       = 3
  12. #PDM_EVENT_SCN            = 4
  13. #PDM_EVENT_P2P_SCN        = 5
  14. #PDM_EVENT_SC2STARTUP     = 6
  15. #PDM_EVENT_SC_MULTIPLE    = 7
  16. #PDM_EVENT_RDR            = 8
  17. #PDM_EVENT_REGMODIFY      = 9
  18. #PDM_EVENT_HIDDEN_OBJ     = 10
  19. #PDM_EVENT_INVADER        = 11
  20. #PDM_EVENT_APPG              = 12
  21. #PDM_EVENT_APPG_CHANGED   = 13
  22. #PDM_EVENT_IMG_CHANGED      = 14
  23. #PDM_EVENT_APPG_ASCHILD   = 15
  24. #PDM_EVENT_APPG_BROWSER   = 16
  25. #PDM_EVENT_INVADER_LOADER = 17
  26. #PDM_EVENT_STRANGEKEY     = 18
  27. #PDM_EVENT_SYSCHANGE      = 19
  28. #PDM_EVENT_HIDDEN_INSTALL = 20
  29. #PDM_EVENT_BUFFEROVERRUN  = 21
  30. #PDM_EVENT_DEP            = 22
  31.  
  32. ;ReportInfo Events
  33. #PDM_HISTORY_PROCESSING   = 0xE2BE0511
  34. #PDM_ROLLBACK_ACTION      = 0xE2BE0512
  35. #PDM_ROLLBACK_RESULT      = 0xE2BE0513
  36. #PDM_CREATE_HISTORY_FOLDER= 0xE2BE0514
  37. #PDM_TERMINATE_PROCESS    = 0xE2BE0515
  38. #PDM_ALLOW_PROCESS_ACTION = 0xE2BE0516
  39. #PDM_DENY_PROCESS_ACTION  = 0xE2BE0517
  40. #PDM_DETECT               = 0xE2BE0518
  41. #PDM_QUARANTINE_RESULT    = 0xE2BE0519
  42. #PDM_TERMINATING_PROCESS  = 0xE2BE051A
  43.  
  44. ;ReportInfo Status
  45. #PDM_STATUS_OK            = 0xe2be0501
  46. #PDM_STATUS_WARNING       = 0xe2be0502
  47. #PDM_STATUS_CRITICAL      = 0xe2be0503
  48.  
  49. ;PDMModifyAction
  50. #rga_allow                =0
  51. #rga_ask                  =1
  52. #rga_block                =2
  53. #rga_terminate            =3
  54. #rga_alert                =4
  55.  
  56. ;enSettingsType
  57. #PDM_SET_SUSPICION        =1
  58. #PDM_SET_BROWSER          =2
  59. #PDM_SET_INVADER          =3
  60. #PDM_SET_HIDDENCHECK      =4
  61. #PDM_SET_SETWNDHOOK       =5
  62. #PDM_SET_REGSTRANGE       =6
  63. #PDM_SET_SYSCHANGE        =7
  64.  
  65. ;_etREgRequestType
  66. #eRegRequest_Modify       = 0
  67. #eRegRequest_Read         = 1
  68. #eRegRequest_Delete       = 2
  69.  
  70. #REG_NONE                       = 0   ;No value type
  71. #REG_SZ                         = 1   ;Unicode nul terminated string
  72. #REG_EXPAND_SZ                  = 2   ;Unicode nul terminated string (with environment variable references)
  73. #REG_BINARY                     = 3   ;Free form binary
  74. #REG_DWORD                      = 4   ;32-bit number
  75. #REG_DWORD_BIG_ENDIAN           = 5   ;32-bit number
  76. #REG_LINK                       = 6   ;Symbolic Link (unicode)
  77. #REG_MULTI_SZ                   = 7   ;Multiple Unicode strings
  78. #REG_RESOURCE_LIST              = 8   ;Resource list in the resource map
  79. #REG_FULL_RESOURCE_DESCRIPTOR   = 9   ;Resource list in the hardware description
  80. #REG_RESOURCE_REQUIREMENTS_LIST = 10
  81. #REG_QWORD                      = 11  ;64-bit number
  82.  
  83. $AlertDetails_PDM_Show_Info       =EventType,PDM_IsDetailsExist
  84. $AlertDetails_PDM_Show_DLLs       =EventType,Show_DLL_Page
  85. $AlertDetails_PDM_Show_ChildProcs =ChildProcList,size,!!
  86.  
  87. ;-------------------------
  88.  
  89. [AlertDialog_PDM_AddToExcludes]
  90. #PDM_EVENT_REGMODIFY      = addtrustedapp:TrustedAppEdit
  91. #PDM_EVENT_IMG_CHANGED    = dialog:PdmMakeRule
  92. default                   = dialog:ExclusionEdit
  93.  
  94. [AlertDetails_PDM_Event]
  95. #PDM_ROLLBACK_RESULT      = report:Behavior_Blocking.EventsPDM:$(BaseId)
  96. #PDM_TERMINATE_PROCESS    = report:Behavior_Blocking.EventsPDM:$(BaseId)
  97. default                   = dialog:AlertDetails_PDM
  98.  
  99. [PDM_IsDetailsExist]
  100. #PDM_EVENT_REGMODIFY      = 1
  101. #PDM_EVENT_INVADER        = 1
  102. #PDM_EVENT_IMG_CHANGED    = 1
  103. #PDM_EVENT_APPG_ASCHILD   = 1
  104. #PDM_EVENT_APPG_BROWSER   = 1
  105. #PDM_EVENT_INVADER_LOADER = 1
  106. #PDM_EVENT_STRANGEKEY     = 1
  107. #PDM_EVENT_SYSCHANGE      = 1
  108. #PDM_EVENT_HIDDEN_INSTALL = 1
  109. #PDM_EVENT_BUFFEROVERRUN  = 1
  110. #PDM_EVENT_DEP            = 1
  111.  
  112. [PDMEventLog_Action]
  113. 1=$(@,AlertDetailsPDM_AddInfo_Text)
  114. default=$(@,AlertDialog_Description_PDM)
  115.  
  116. [AlertDialog_PDM_UserDescription]
  117. <empty>=
  118. default=\ ($(strUserDescription))
  119.  
  120. [AlertDetails_PDM_IsDetails_1]
  121. 1=1
  122. default=$($AlertDetails_PDM_Show_DLLs,AlertDetails_PDM_IsDetails_2)
  123.  
  124. [AlertDetails_PDM_IsDetails_2]
  125. 1=1
  126. default=$($AlertDetails_PDM_Show_ChildProcs)
  127.  
  128. [Show_DLL_Page]
  129. #PDM_EVENT_IMG_CHANGED    =1
  130.  
  131. [AlertObjectLabel_AddInfo_PDM_Pid]
  132. 0=
  133. default=\ (PID: $(nPID))
  134.  
  135. [PDM_Settings_ActionsEnum]
  136. #PDM_SET_SUSPICION   =#rga_allow,#rga_ask,#rga_terminate
  137. #PDM_SET_BROWSER     =#rga_allow,#rga_ask,#rga_block
  138. #PDM_SET_INVADER     =#rga_allow,#rga_ask,#rga_block
  139. #PDM_SET_HIDDENCHECK =#rga_allow,#rga_ask,#rga_terminate
  140. #PDM_SET_SETWNDHOOK  =#rga_allow,#rga_ask,#rga_block
  141. #PDM_SET_REGSTRANGE  =#rga_allow,#rga_ask,#rga_block
  142. #PDM_SET_SYSCHANGE   =#rga_allow,#rga_alert
  143.  
  144. [BB_Status_Ordinary]
  145. #PDM_STATUS_OK            = i(ok)
  146. #PDM_STATUS_WARNING       = i(warning)
  147. #PDM_STATUS_CRITICAL      = i(error)
  148. default                   = i(error)
  149.  
  150. [BB_Status]
  151. #PDM_ALLOW_PROCESS_ACTION = i(ok)
  152. #PDM_DENY_PROCESS_ACTION  = i(error)
  153. #PDM_TERMINATING_PROCESS  = i(info)
  154. #PDM_ROLLBACK_ACTION      = $(ReportInfo.nStatus,=,#PDM_STATUS_OK,BB_Status_Event_ROLLBACK_ACTION)
  155. default                   = $(ReportInfo.nStatus,BB_Status_Ordinary)
  156.  
  157. [BB_Status_Event_ROLLBACK_ACTION]
  158. 1                         = $(ReportInfo.nError,BB_Status_Ok_Err)
  159. default                   = $(ReportInfo.nStatus,BB_Status_Ordinary)
  160.  
  161. [BB_Status_Ok_Err]
  162. 0                         = i(ok)
  163. default                   = i(warning)
  164.  
  165. [BB_EventError]
  166. 0       =
  167. default = : $(@,SystemError)
  168.